home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / cmdity / grabky11.rdm < prev    next >
Text File  |  1996-05-20  |  1KB  |  41 lines

  1. Short:    Save/Print active window by hotkey
  2. Author:   tcn@techbase.in-berlin.de (Timo C. Nentwig)
  3. Uploader: tcn@techbase.in-berlin.de (Timo C. Nentwig)
  4. Type:     util/cdity
  5.  
  6. GrabKey is a simple program that allows you to
  7.  
  8.     · save the active window to an IFF file
  9.     · save the active screen to an IFF file
  10.     · print the active window
  11.     · print the active screen
  12.  
  13. by pressing a hotkey.
  14.  
  15.  
  16. GrabKey is not the fastes program for that work there is but  it  uses
  17. datatypes.library !
  18.  
  19. Installation:    Just put CenterWin (and icon) to wbstartup:
  20. ¯¯¯¯¯¯¯¯¯¯¯¯
  21.  
  22. ToolTypes:       CX_PRIORITY - control task priority
  23. ¯¯¯¯¯¯¯¯¯                      (default: 0)
  24.  
  25.                  WINKEY      - hotkey to save active window
  26.                                (default: LALT F1)
  27.  
  28.                  SCRKEY      - hotkey to save active screen
  29.                                (default: LALT F2)
  30.  
  31.                  PRTKEY      - hotkey to print active window
  32.                                (default: LALT F3)
  33.  
  34.                  PRTKEY      - hotkey to print active screen
  35.                                (default: LALT F4)
  36.  
  37.                  FILE        - path to save file to
  38.                                (default: ram:GrabKey.IFF)
  39.  
  40. C-Source is included.
  41.